home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
Resources
/
Picasa 2
/
picasa2-setup-1884.exe
/
web
/
TemplateNotes.txt
< prev
next >
Wrap
Text File
|
2004-11-01
|
634b
|
37 lines
The following variables will be active for any page:
albumNumber
albumName
albumCaption
albumDate
albumItemCount
Within an image loop, the following variables will be active in addition to the album variables above:
itemNumber
itemName
itemOriginalPath
itemWidth
itemHeight
itemSize (in K)
itemThumbnailImage
itemLargeImage
Conditional variables
isNextImage
isPrevImage
Conditionals are used like so
<%if isNextImage%>Some HTML goes here<%endif>
Templates are like so:
index.tpl -> index.htm
include header.htm
include index0.htm
loop index1.htm
include index2.htm
include footer.htm